home *** CD-ROM | disk | FTP | other *** search
/ Inter.Net 55-1 / Inter.Net 55-1.iso / CBuilder / Setup / BCB / data.z / dsattra.hpp < prev    next >
Encoding:
C/C++ Source or Header  |  1998-02-09  |  2.6 KB  |  77 lines

  1. // Borland C++ Builder
  2. // Copyright (c) 1995, 1998 by Borland International
  3. // All rights reserved
  4.  
  5. // (DO NOT EDIT: machine generated header) 'DSAttrA.pas' rev: 3.00
  6.  
  7. #ifndef DSAttrAHPP
  8. #define DSAttrAHPP
  9. #include <LibHelp.hpp>
  10. #include <DRIntf.hpp>
  11. #include <ExtCtrls.hpp>
  12. #include <Buttons.hpp>
  13. #include <StdCtrls.hpp>
  14. #include <Controls.hpp>
  15. #include <Forms.hpp>
  16. #include <Graphics.hpp>
  17. #include <Classes.hpp>
  18. #include <SysUtils.hpp>
  19. #include <Messages.hpp>
  20. #include <Windows.hpp>
  21. #include <SysInit.hpp>
  22. #include <System.hpp>
  23.  
  24. //-- user supplied -----------------------------------------------------------
  25.  
  26. namespace Dsattra
  27. {
  28. //-- type declarations -------------------------------------------------------
  29. class DELPHICLASS TAssociateAttributes;
  30. class PASCALIMPLEMENTATION TAssociateAttributes : public Forms::TForm 
  31. {
  32.     typedef Forms::TForm inherited;
  33.     
  34. __published:
  35.     Stdctrls::TButton* OKBtn;
  36.     Stdctrls::TButton* CancelBtn;
  37.     Stdctrls::TButton* HelpBtn;
  38.     Stdctrls::TGroupBox* GroupBox1;
  39.     Stdctrls::TListBox* AttributeNamesList;
  40.     Stdctrls::TEdit* Edit;
  41.     void __fastcall OKBtnClick(System::TObject* Sender);
  42.     void __fastcall CancelBtnClick(System::TObject* Sender);
  43.     void __fastcall HelpBtnClick(System::TObject* Sender);
  44.     void __fastcall FormCreate(System::TObject* Sender);
  45.     void __fastcall EditChange(System::TObject* Sender);
  46.     void __fastcall EditKeyDown(System::TObject* Sender, Word &Key, Classes::TShiftState Shift);
  47.     void __fastcall ListBoxClick(System::TObject* Sender);
  48.     void __fastcall ListBoxDblClick(System::TObject* Sender);
  49.     
  50. private:
  51.     void __fastcall AddToList(const System::AnsiString Value);
  52.     
  53. public:
  54.     bool __fastcall Execute(Drintf::TAttrID &AttrID, bool &Continue);
  55. public:
  56.     /* TCustomForm.Create */ __fastcall virtual TAssociateAttributes(Classes::TComponent* AOwner) : Forms::
  57.         TForm(AOwner) { }
  58.     /* TCustomForm.CreateNew */ __fastcall TAssociateAttributes(Classes::TComponent* AOwner, int Dummy)
  59.          : Forms::TForm(AOwner, Dummy) { }
  60.     /* TCustomForm.Destroy */ __fastcall virtual ~TAssociateAttributes(void) { }
  61.     
  62. public:
  63.     /* TWinControl.CreateParented */ __fastcall TAssociateAttributes(HWND ParentWindow) : Forms::TForm(
  64.         ParentWindow) { }
  65.     
  66. };
  67.  
  68. //-- var, const, procedure ---------------------------------------------------
  69. extern PACKAGE bool __fastcall GetAssociateAttributes(Drintf::TAttrID &AttrID, bool &Continue);
  70.  
  71. }    /* namespace Dsattra */
  72. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  73. using namespace Dsattra;
  74. #endif
  75. //-- end unit ----------------------------------------------------------------
  76. #endif    // DSAttrA
  77.